a.link-normal {
	color: #333;
}

a.link-normal:hover {
	text-decoration: none;
}

.page-showroom {
	color: #666;
	font-family:'Roboto', sans-serif;
	max-width:1100px;
	margin:auto;
}

.page-showroom a {
	font-weight: bold;
	text-decoration: underline;
}

.page-showroom a:hover {
	text-decoration:none;
}

.page-showroom h1,
.page-showroom .h1 {
	font-weight: bold;
	text-transform: uppercase;
	color:#344A5F;
	font-size:21px;
}

@media (min-width: 768px) {
	.page-showroom h1,
	.page-showroom .h1 {
		font-size: 29px;
	}
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: 'Montserrat', Sans-serif;
	color: #344A5F;
}

.page-showroom h2 {
	font-size:18px;
	margin: 0;
	line-height:1.3;
	margin-top:5px;
	margin-bottom:10px;
}

.page-showroom .h4 {
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	color:#76808a;
	max-width: 900px;
	margin: auto;
	font-size: 14px;
	line-height:1.4;
}

@media (min-width: 768px) {
	.page-showroom .h4 {
		font-size:18px;
	}
}

.page-showroom .holidayhours {
	text-align:center;
	margin-bottom:15px;
	border: 1px dashed #d0d0d0;
	padding: 15px;
}

.page-showroom .holidayhours .holiday-title {
	font-size:17px;
	margin-bottom:10px;
}

.page-showroom .holidayhours .status {
	font-weight:bold;
}

.page-showroom .holidayhours .holiday-date {
	margin:5px auto;
	display:block;
}

.page-showroom .holidayhours em {
	font-weight:bold;
}

.page-showroom .holidayhours .closed em {
	color: #BF3A2B;
}
.page-showroom .holidayhours .closed-half em {
	color: #E77E21;
}

.page-showroom .holidayhours .open em {
	color: #27AF60;
}

.showroom-contact {
	background: #2980B9;
	border-radius:5px;
	min-height: 300px;
	color:#fff;
	padding:15px 25px;
}

.showroom-contact h3 {
	font-size:14px;
	color:#AED6F1;
	margin:0 0 5px;
}

.showroom-contact a {
	color: #fff;
}

#map-canvas {
	border-radius:5px;
}

.page-showroom section {
	margin:20px 0;
}

.page-showroom section img {
	border-radius:5px;
	width:100%;
}

.showroom-header {
	text-align: center;
	margin:40px 0 30px;
}

.showroom-header p {
	max-width:700px;
	margin:auto;
}

@media (min-width: 768px) {
	.showroom-details {
		display: grid;
		grid-template-columns: 300px 1fr;
		grid-column-gap: 20px;
	}
}

@media (min-width: 768px) {
	.showroom-show-left {
		display: grid;
		grid-template-columns: 512px 1fr;
		grid-column-gap: 50px;
	}

	.showroom-show-right {
		display: grid;
		grid-template-columns: 1fr 512px;
		grid-column-gap: 50px;
	}
}

.showroom-content, .showroom-map {
	height:100%;
}

a.showroom-cta {
	display:inline-block;
	text-align: center;
	margin:0 auto 10px;
	background: #2ECC70;
	color: #eafff3;

	padding:10px 40px;
	border-radius:25px;
	text-decoration: none;
	border:2px solid #27AF60;
}

@media (min-width: 768px) {
	a.showroom-cta {
		font-size:21px;
	}
}

a.showroom-cta:hover {
	background: #27AF60;
}

.section-center {
	text-align: center;
}
